pintobyte rngit
xous-core/kernel/src/arch/hosted/syscall.rs main (17e4bce8) Text, 313 B
// SPDX-FileCopyrightText: 2020 Sean Cross <sean@xobs.io>
// SPDX-License-Identifier: Apache-2.0
use super::process::Thread;
#[allow(dead_code)]
pub fn invoke(
_context: &mut Thread,
_supervisor: bool,
_pc: usize,
_sp: usize,
_ret_addr: usize,
_args: &[usize],
) {
unimplemented!()
}
Served by rngit 1.4.0 - Generated in 0.04s